CommandName{createProgressBar}HelpPath{Create}ReturnValue{int handle=}OpenBrace{(}Parameters{int x, int y, int width, int height, handle parent}CloseBrace{)}Description{Creates a progress bar.  This is a bar (usually blue) which shows how much of an operation has been completed, for example an installation or the rendering of a lightmap.}ReturnDescription{Handle of the new progressbar.}Param1{x}Param1Desc{X position of new gadget}Param2{y}Param2Desc{Y position of new gadget}Param3{width}Param3Desc{Width of new gadget in pixels}Param4{height}Param4Desc{Height of new gadget in pixels}Param5{parent}Param5Desc{Handle of the parent gadget, or 0 for the main window.}Param6{}Remarks{Progress bars have a default range of 0 to 100, which you can change with setProgressBarRange.  You can set the percentage progress using setProgressBarPos.}